移除 Markdown的 links
- using the Regex Find and Replace Add on.
- run the “find and replace” command.
- in the find section insert:
(?:__|[#])|[(.?)] (. *?)
- in the replace section insert:
$1
. - if you select a section of the text and hit the command, there is the option to only replace links there.